home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / scrn2dsk.zip / READ.ME next >
Text File  |  1980-01-01  |  1KB  |  25 lines

  1.                     SCREEN-SAVE
  2.  
  3. This program is from Computer Shopper June 1986.
  4. Copyright 1986 Andrew M Fried
  5. See page 102-108
  6.  
  7. This is a memory resident utility which will save consecutive
  8. screen dumps to disk labeled as screen.000, etc. The program is
  9. explained in detail in the text and the source is heavily
  10. commented. You may wish to look at it if you are interested in assembler.
  11.  
  12. I called the .com file SCRN2DSK to avoid confusion with the
  13. screen blanking utilities.  The copyright notice was abbreviated
  14. to save a little space.  I also took the liberty of removing the
  15. code which added a line-feed to each screen line, as none of the
  16. editors i use require them. If you want (need) them, the source
  17. code is included in the .asm file; uncomment and re-assemble.
  18.  
  19. As 80% of the resident code is a buffer, I wonder if a talented
  20. code writer couldn't reduce the buffer to a line size unit, dump
  21. the buffer a line at a time, and squeeze the size down to under
  22. 1K. Also, the first half of the bootstrap routine is optional and
  23. the copyright seems like it could be seriously reduced.
  24.  
  25.